Skip to content

perf: build file-name array without intermediate list - #421

Merged
seonghobae merged 2 commits into
masterfrom
perf/direct-file-name-array-current
Aug 11, 2026
Merged

perf: build file-name array without intermediate list#421
seonghobae merged 2 commits into
masterfrom
perf/direct-file-name-array-current

Conversation

@seonghobae

Copy link
Copy Markdown
Collaborator

Problem

PR #400 and duplicate #407 identify one valid allocation boundary, but both branches predate current protected master and conflict with later security/accessibility work. Their unmeasured “50% faster” and inherited test claims are not reused.

Current-base reconstruction

Exact base: master@187449c87e44d0e72f3c3016499f506f9fe41ba6.

  • replace map { it.name }.toTypedArray() with one directly initialized Array(files.size);
  • preserve element order, nullable-list behavior, ignore input, and filesystem call count;
  • record only the observable allocation-shape change;
  • add no workflow, dependency, API, or security-boundary change.

This is the single successor to #400 and closed duplicate #407.

Acceptance boundary

Merge only after unchanged-head CI, coverage, security, SAST, current-head review, zero valid unresolved findings, and live repository policy succeed.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 810c8ba6-dfa3-48e2-93c3-1372e9391afa

📥 Commits

Reviewing files that changed from the base of the PR and between 187449c and b435cf1.

📒 Files selected for processing (2)
  • .jules/bolt.md
  • src/main/kotlin/html4tree/main.kt

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae merged commit 7e5e099 into master Aug 11, 2026
28 checks passed
@seonghobae
seonghobae deleted the perf/direct-file-name-array-current branch August 11, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant